Buckets And Objects
Buckets
- Store
objects(akafiles) in Buckets (akadirectories) - Should be globally unique name
- Although
S3isGlobal,bucketsareRegion Specific - Naming convention
- No Uppercase
- No Underscore
- 3 to 63 characters
- No
IP - Start with
- Lowercase
- Number
Objects
ObjectshasBucket Name,Prefix, andFile Name- For a object
- When
Objectname iss3://bucket_name/key- Here
bucket_nameis theBucket Name - No
Prefixhere keyis the file name
- Here
- When
Objectname iss3://bucket_name/folder_1/folder_2/key- Here
bucket_nameis theBucket Name folder_1andfolder_2is theNested Folder, where theFileplacedkeyis the file name
- Here
- There is no
Folderconcept in theS3,UItricks to think that way Objectcan be at most5TBsize- Can not upload a
Objectmore than5GBwithoutmultipart Object Metadatacontains- User Metadata
- System Metadata
Tagcan be added- Max 10
Tagssupported - Use for
- Security
- Lifecycle Policy
- When
Versioningisenabled, then theObjecthasVersion ID